home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / data / photo2.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1998-05-20  |  183 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   global bgmnum
  8.   set bgmnum to the clickOn - 98
  9.   cnfview()
  10.   updateStage()
  11.   snd_fade_out(2, 10)
  12.   bgmplay()
  13. end
  14.